home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / comm / aghe_1b9.zip / WHATSNEW.TXT < prev   
Text File  |  1997-07-15  |  18KB  |  405 lines

  1. Agile HTML Editor Information: WHATSNEW.TXT
  2. ===========================================
  3. Copyright (C) Compware 1996-1997
  4.  
  5. Last updated: 19 May 1997
  6.  
  7. INTRODUCTION
  8. ------------
  9. This file describes the features introduced in this and previous version
  10. of Agile. You can discover the version of your copy of Agile by opening
  11. the about box using the About Agile command (Help menu).
  12.  
  13. As you can see, Agile is regularly updated to keep up with the latest
  14. features of HTML and to add new features to help you create great web
  15. sites with ease.
  16.  
  17. HISTORY
  18. -------
  19.  
  20. v1.00 beta build 9 (16 July 1997)
  21. ------------------
  22.  
  23. HTML 4.0 SUPPORT
  24. * extended "HTML awareness" to support HTML 4.0 (W3C draft 8-July-97)
  25. * right-click tag menu now supports all HTML 4.0 tags and attributes
  26. * added support for thirty tag event handler methods
  27. * added "Event Handlers" submenu to the right-click tag menu
  28. * added commands for inserting new HTML 4.0 tags
  29.  
  30. OTHER HTML SUPPORT
  31. * added tag event handler support for IE3 and Netscape 2 and 3
  32.  
  33. PRINTING
  34. * printing and print preview support added
  35. * new file menu commands: Print, Print Preview, Print Setup
  36.  
  37. BUGFIXES
  38. * fixed double line spacing when previewing <PRE>...</PRE>
  39. * added missing WRAP attribute to <TEXTAREA> for Netscape 2&3
  40. * removed spurious STYLE attribute from various tags
  41. * fixed accidental edit of attribute value in a nested tag
  42. * stopped insertion of anchor into tmp preview files
  43. * added option to set the number of temporary preview files
  44.  
  45.  
  46. v1.00 beta build 8 (26 May 1997)
  47. ------------------
  48.  
  49. TEMPLATES & SNIPPETS
  50.  * added a command to save selected text to a Snippet file for re-use
  51.  * new templates/snippets now appear on menus without restarting Agile
  52.  
  53. EDIT MENU
  54.  * added Go To Line command
  55.  
  56. HTML CONTEXT HELP
  57.  * fully indexed and cross referenced the HTML References:
  58.    - W3C HTML 3.2 Specification
  59.    - Internet Explorer 3.0
  60.  * added five toolbars to the main Agile and HTML Help windows
  61.  
  62. HTML HELP WINDOW TOOLBARS
  63.  * added toolbar which lists HTML topics and tags for easy access
  64.  * added toolbar listing topics related to the current HTML topic
  65.  * added toolbar for navigation back and forward between topics
  66.  
  67. HTML HELP WINDOW
  68.  * added support for Internet Explorer 4 (works quicker than with IE3)
  69.  * now use a minimum size when showing undocked HTML help window
  70.  * changed undocked HTML help window so no longer "always on top"
  71.  
  72. AGILE TOOLBARS
  73.  * added Tag Lookup toolbar for quick tag lookup in HTML references
  74.  * added HTML reference toolbar to control the HTML Help Window
  75.  
  76. OPTIONS SETTINGS
  77.  * added choice of "Default HTML Help Reference" 
  78.  
  79. HTML PREVIEWING
  80.  * added support for Internet Explorer 4
  81.  * disabled scroll preview feature which is unreliable
  82.  
  83. BUGFIXES
  84.  * fixed some errors in the indexing of HTML references
  85.  * fixed occaisional failure to restore size of HTML ref window 
  86.  * fixed script error when previewing files containing <SCRIPT>
  87.  * fixed occasional failure to reload preview in Internet Explorer
  88.  * fixed Context HTML Help to work when Agile is maximized
  89.  * fixed a number of problems with HTML help window interaction
  90.  * made license key installation tolerate spaces around key string
  91.  
  92. v1.00 beta build 7 (22 March 1997)
  93. ------------------
  94.  
  95. This was a restricted update to beta 6 which was made available to people
  96. who had problems on Windows NT related to the HTML context help.
  97.  
  98. BUGFIXES
  99.  * fixed HTML context help support on Windows NT
  100.  * fixed bug where "insert snippet" marked document unmodified
  101.  * restored ability to install a license key from a .cde file
  102.  * fixed some minor memory leaks due to duplicated elements
  103.  * cleared residual undo after loading initial template
  104.  
  105. v1.00 beta build 6 (16 March 1997)
  106. ------------------
  107.  
  108. HTML Reference Information
  109.  * added built in HTML references for all HTML tags and attributes
  110.    - W3C's official HTML 3.2 recommendation in full (by agreement)
  111.    - Microsoft's Internet Explorer 3 HTML Reference in full (by agreement)
  112.  * HTML references are accessible using context help (F5) or the Help menu
  113.  (Note: viewing the references within Agile requires IE3)
  114.  
  115. HTML Context Help
  116.  * press F5 to get help on any HTML tag while you are editing it
  117.  * currently for HTML 3.2, this will be extended to other HTML references
  118.  
  119. HTML Templates
  120.  * Agile now creates new documents based on a default template
  121.  * the default template can be set from the File/Options dialog (general tab)
  122.  * the "File/New From Template" submenu lets you pick a specific template
  123.  * this submenu automatically includes any HTML files you add yourself
  124.  * you can easily create and modify templates and change the default
  125.  * creating new templates is easy using "File/Save Copy As Template"
  126.  * existing templates can be modified using "File/Edit Template"
  127.  * sample template files are provided for you to customise and add to
  128.  * templates have replaced the "Quick/HTML n.n Document" commands
  129.  
  130. HTML Snippets
  131.  * useful snippets of HTML can be inserted quickly using "Edit/Insert Snippets"
  132.  * this submenu automatically includes HTML files you add yourself
  133.  * snippet files are provided for common HTML features (to be extended)
  134.  
  135. Right-Click Tag Menu
  136.  * added menu commands to strip HTML tags from selected tags
  137.  * made sure the menu always appears near where the mouse is clicked
  138.  
  139. Pasting Email Addresses
  140.  * "Paste Url" (Ctrl-U) automatically inserts "mailto:" into email addresses
  141.  
  142. File Menu
  143.  * added "Save All" to save all modified files
  144.  * added "New From Template", a submenu of all your HTML template files
  145.  * added "Edit Template" for easy update of your HTML templates
  146.  * added "Save Copy As Template" for easy creation of templates
  147.  
  148. Window Menu
  149.  * added "Close All" to close all windows, prompting to save changes if appropriate
  150.  
  151. Help Menu
  152.  * added the "HTML References" submenu for access to built in HTML information
  153.  * added the "On The Web" submenu to open key online resources quickly
  154.  
  155. Edit Menu
  156.  * added "Insert Snippet" submenu for quick insertion of useful HTML from files
  157.  * added "Insert File..." so you can quickly find and insert text or HTML files
  158.  
  159. Miscellaneous
  160.  * changed default preview behaviour to place browser in front of Agile
  161.  * added missing table data tag <TD> to HTML v3.2 configuration
  162.  * added several missing attributes to Netscape 2.0 and 3.0 table tags
  163.  * added several missing attributes to Internet Explorer 3.0 table tags
  164.  * added missing end tag when inserting <MARQUEE></MARQUEE>
  165.  * tidied up editing of optionally valued attributes
  166.  * prevented occasional insertion of non-valued attributes as ATTRIBUTE=""
  167.  * switched the order of height/width settings when auto setting size in <IMG>
  168.  * added support for ".html-ssi" files in HTML file selection dialogs
  169.  * added support for ".png" portable networked graphics files in dialogs
  170.  
  171. BUGFIXES
  172.  * using FrontPage to open multiple files in a single Agile now fixed
  173.  * fixed possible loss of previewer application path when opening "File/Options"
  174.  * fixed occaisional loss of edit menu and duplication of advanced menu
  175.  * fixed editing of incorrect value when two attributes have similar names
  176.  * fixed TARGET value insertion (were incorrectly in upper case)
  177.  * fixed occaisional loss of scroll bars when needed
  178.  * fixed occaisional failure to redraw part of the document window
  179.  
  180.  
  181. v1.00 beta build 5 (30 October 1996)
  182. ------------------
  183.  
  184. Colour Selection From "Tag Right-Click" Menu
  185.  * added submenus for quick choice of colour values when "right-clicking"
  186.    on any tag which uses colour attributes. Features:
  187.     - samples of the colours are shown on the submenu
  188.     - ability to include your own custom defined colours on the submenu
  189.     - ability to include the standard 16 HTML colours for VGA displays
  190.     - quick access to a true HTML palette dialog for 256 colour displays
  191.  
  192. True HTML Colour Palette Dialog
  193.  * added an HTML palette dialog for choosing colours using multiple methods
  194.    of selection, with the chosen colour being updated immediately in a sample
  195.    area on the dialog:
  196.     - click on a palette of the 216 standard colours supported by Netscape
  197.       and Internet Explorer on any 256 colour display
  198.     - choose from a list of the 16 standard colours supported by VGA displays
  199.     - adjust red, green and blue values using sliders
  200.     - enter individual hexadecimal or decimal values
  201.     - enter the full hexadecimal value
  202.     - enter the html colour name
  203.  
  204. Custom Colour Definition
  205.  * added ability to define your own set of named custom colours
  206.     - define your colours using the palette dialog described above
  207.     - give them meaningful names
  208.     - order them as you like (e.g. by colour or frequency of use)
  209.     - have them immediately accessible on the colour menu when editing tags
  210.  
  211. Netscape 3.0 Support
  212.  * added tag/attribute insertion and editing for Netscape 3 features including
  213.    - multi-column text using <MULTICOL>
  214.    - controlling frame border size/colour with new FRAME/FRAMESET attributes
  215.    - controlling word and line spacing etc. using <SPACER>
  216.    - choosing font names using the FACE attribute in <FONT>
  217.    - loading non-inline scripts from external files using <SCRIPT>
  218.    - naming the archive file for an <APPLET> (speeds loading of Java applets)
  219.    - setting text styles using <S> (strikeout) and <U> (underline)
  220.  
  221. "Send To" Support
  222.  * added ability to include Agile in the "Send To" right-click on file menu
  223.  * if a shortcut to Agile.exe is placed in the "Windows\SendTo" folder:
  224.    - right click on a file and choose "Send To/Agile" to edit the file
  225.    - if multiple files are selected, "Send To" will open them all for editing
  226.    - if Agile is already running, it will be activated and will open the files
  227.      without starting a second copy
  228.  
  229. Drop on Shortcut Support
  230.  * similar to "Send To" support above, you can drag one or more files from
  231.    Windows Explorer and drop them on an Agile Shortcut to edit them.
  232.  
  233. Single Agile Instance Feature
  234.  * a running copy of Agile is now always re-used, so that if Agile is running:
  235.    - trying to start a second copy will just activate the running Afile
  236.    - choosing "Send To/Agile" to edit single/multiple files will activate the
  237.      running copy, which will then open the files for editing
  238.    - dragging and dropping single or multiple files onto an Agile shortcut,
  239.      will activate the running copy, and open the files for editing
  240.  
  241. Multi-Level Undo/Redo
  242.  * undo and redo now mark the document as unmodified if you undo all changes
  243.  * a "*" in the document window title indicates it has unsaved changes
  244.  
  245. Install Program
  246.  * re-implemented from scratch to fix problems with uninstall
  247.  * reduced install program size by 300k to 1.3M to speed up downloads
  248.  * in future, incremental updates will speed downloads of upgrades even more
  249.  
  250. Miscellaneous
  251.  * added support to auto-size setting for "progressive JPEG" images
  252.  * can now handle command line with unquoted file path containing spaces
  253.  * removed ability to exclude/disable "obscure" attributes from tag edit menu
  254.  * added support for browsing JavaScript ".js" files when setting source
  255.    code URLs
  256.  
  257. BUGFIXES
  258.  * fixed failure to preserve maximised window position between sessions
  259.  * fixed insertion of preformatted HTML to allow newlines to copy and paste
  260.    properly into other apps
  261.  * fixed failure to edit files when started from Netscape Gold (when file or
  262.    path contained spaces)
  263.  * fixed sizing of document windows to fit within main window on start up
  264.    (when main window is small)
  265.  * fixed failure to set text font correctly before initial colouring of new
  266.    document
  267.  * fixed failure to preserve some editor configuration settings between runs
  268.  * prevented spurious message about failing to set image size when browsing
  269.    for .htm/.html file URLs
  270.  * fixed missing floating frame tag, <IFRAME>, and fixed menu command
  271.  * fixed lack of <FRAME> tag with Netscape 2 HTML support
  272.  * fixed intermittant crash when updating preview in Netscape
  273.  
  274.  
  275. v1.00 beta build 4
  276. ------------------
  277.  
  278. This was a very restricted release with no changes in functionality,
  279. made for the sole purpose of tracking down a software problem, which
  280. has been fixed.
  281.  
  282.  
  283. v1.00 beta build 3 (29 August 1996)
  284. ------------------
  285.  
  286. Tag Editing
  287.  * added ability to set image height/width automatically from edit value dialog
  288.  * and as a Tag right-button menu option "Set Size From"
  289.  
  290. Previewing
  291.  * added support for Internet Explorer 3 and Netscape Navigator 3
  292.  * added "bring browser to front on preview" functionality
  293.  * added an option to keep "Agile In Front Of Browser"
  294.  * improved browser preview ability to "scroll to edited area"
  295.  
  296. HTML Support
  297.  * added Internet Explorer 3 support (floating frames, style sheets, etc.)
  298.  
  299. Configuration Options
  300.  * added options to enable or disable
  301.    - automatic setting of image tag h/w when pasting a GIF/JPEG URL into a tag
  302.    - conversion of file URL's to relative paths
  303.    - conversion of file URL's to lower case
  304.    - keeping Agile in front of browser after updating the preview
  305.  
  306. Windows NT Setup Program
  307.  * fixed program menu "Help shortcuts" which were invoking 16 bit help and so
  308.    didn't work on Windows NT
  309.  
  310. Miscellaneous
  311.  * added "Tips on Using Agile" at start up (to be expanded)
  312.  * increased width of recent file entry on file menu before it gets abbreviated
  313.  * added automatic crash logging to aid identifying really nasty bugs
  314.  
  315. BUGFIXES
  316.  * fixed edit/undo failure to properly undo automatic changes to tag attributes
  317.  * fixed edit/undo failure to undo keyboard repeat input in some circumstances
  318.  * fixed incorrect disabling of tags matched by "and tags common to all of"
  319.    HTML Support settings
  320.  * fixed intermittent "out of memory writing preview file" that frequently
  321.    afflicted previewing with Netscape
  322.  * fixed unreliable scroll to edit region for all browsers
  323.  * fixed problem where relative paths (eg for inserted URL attribute)
  324.    generated "../CurrentDir/file" instead of just "file" when "file" is in
  325.    the same directory as the document.
  326.  * fixed paste URL problem which inserted long filename paths in short format
  327.  * fixed URL helper dialog insertion of backslash in relative paths instead
  328.    of forward slash
  329.  * fixed lack of title on help windows
  330.  * fixed possibility that install license dialog showing an invalid filepath
  331.    and breaking the browse button
  332.  * prevented accidental overwrite of file when saving/closing modified files
  333.    without a license key installed
  334.  
  335.  
  336. v1.00 beta build 2 (Aug 1996)
  337. ------------------
  338.  
  339. HTML Support
  340.  * added support for Internet Explorer 3.0 (currently beta 1) including the
  341.    all singing all dancing <OBJECT> element and some table extensions. (Note
  342.    that IE 3.0 beta 1 is too buggy to support previewing yet.)
  343.  * added helper diaogs for browsing for file base URLs of various types
  344.    including (html files, images, sounds, animations, source code and applets).
  345.  
  346. Miscellaneous
  347.  * added ability to open and create files referenced in a tag URL using the
  348.    right button menu. Works for HTML and non-HTML files (e.g. .htm, .gif, .zip
  349.    etc.)
  350.  * added support for .html, .shtml and .sht file extensions in file open/save
  351.    dialogs
  352.  * fixed bug which allowed Paste URL between <A></A> but then failed the paste
  353.  * context sensitive help
  354.  * install program
  355.  * added dlls, text files etc to the distribution
  356.  * changed the license code browse dialog to reset to keep the full filepath
  357.    if the file exists
  358.  * fixed license code file type string for browse licenses dialog
  359.  
  360. File/Options Settings
  361.  * renamed the "Editor" tab as "General" to reflect the mix of options it now
  362.    provides
  363.  * removed excessive browser previewer configuration and moved settings onto
  364.    a General tab
  365.  
  366.  
  367. v1.00 beta build 1 (27 May 1996)
  368. ------------------
  369.  
  370. Syntax Colouring
  371.  * extended colouring to different tag types (structure/list/table/style etc.)
  372.  * colour highlights non-supported tags
  373.  * colour highlights tags with invalid names
  374.  
  375. HTML Support
  376.  * extended to include Internet Explorer 2, Netscape Navigator 2 and HTML 3.2
  377.    (the main extensions include tables, Java and Plug-ins, font sizing and
  378.    colouring, background sounds)
  379.  * HTML support is defined by a selection of tags from multiple
  380.    "specifications", that is, by HTML spec or browser support. You can include
  381.    all tags from selected "specs" and also a common set of tags supported by
  382.    another set of chosen specs.
  383.  
  384. Changes to "Appearance" (Syntax Colouring) settings (see File/Options):
  385.  * enforced single font for text and tags
  386.  * improved user interface of appearance tab with colour list etc.
  387.  * faster opening of appearance tab and removed the need for richtx32.ocx
  388.  * fixed flicker of selection that could occur during background syntax
  389.    colouring
  390.  
  391. Changes to Previewing
  392.  * fixed Netscape 2 not following anchor to fragments
  393.  * fixed Netscape 2 losing content on resizing window
  394.  
  395. Miscellaneous
  396.  * minor changes to license installation initial file spec
  397.  * prevented syntax colouring pause after pasting large selection
  398.  * fixed size of edit area that could occur after window becomes maximised
  399.  
  400.  
  401. v1.00 beta build 0 (2 May 1996)
  402. ------------------
  403.  
  404. First public release designed to run on Windows 95 and
  405. Windows NT, but so far tested only on Windows 95.